Add GtkBuilder custom attributes for style classes
authorMatthias Clasen <mclasen@redhat.com>
Thu, 3 Mar 2011 01:07:36 +0000 (20:07 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 3 Mar 2011 01:12:23 +0000 (20:12 -0500)
commita3883683e5abb0b7ae143a9f87d3bf7c1534ec9e
treedd3dbc0fbab9cea73ab8dfa0eb582066fed6bf74
parent62fa7e803c2067e5f28e5cf1bdcaf04a9f8ce380
Add GtkBuilder custom attributes for style classes

GtkWidget now parses custom attributes like

  <style>
     <class name="dark-label"/>
     <class name="big-heading"/>
  </style>

to add style classes to widgets.

https://bugzilla.gnome.org/show_bug.cgi?id=643347
gtk/gtkwidget.c